home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / IMGLIST.PAK / MAKEFILE < prev   
Text File  |  1997-05-06  |  474b  |  17 lines

  1. #----------------------------------------------------------------------------
  2. # ObjectWindows
  3. # Copyright (c) 1995, 1995 by Borland International, All Rights Reserved
  4. #----------------------------------------------------------------------------
  5.  
  6. MODELS = dft
  7. SYSTEMS = WIN32
  8.  
  9. EXERES = xexe
  10. EXEALL = celapp.exe drawcel.exe
  11. EXEMAKE = $(CELAPP) $(DRAWCEL)
  12.  
  13. CELAPP = $(EXERULE:xexe=celapp)
  14. DRAWCEL = $(EXERULE:xexe=drawcel)
  15.  
  16. !include $(BCEXAMPLEDIR)\owlmake.gen
  17.